/*
HTML5 Reset ::style.css
----------------------------------------------------------
We have learned much from/been inspired by/taken code where offered from:
Eric Meyer ::http://ericmeyer.com
HTML5 Doctor ::http://html5doctor.com
and the HTML5 Boilerplate ::http://html5boilerplate.com
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
outline:0;
}	

article, aside, figure, footer, header, hgroup, nav, section {display:block;}

/* Responsive images and other embedded objects
Note:keeping IMG here will cause problems if you're using foreground images as sprites.
If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {/*max-width:100%;*/}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y:scroll;}

/* we use a lot of ULs that aren't bulleted.
don't forget to restore the bullets within content. */
ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content:''; content:none;}

a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none;}

del {text-decoration:line-through;}

abbr[title], dfn[title] {border-bottom:1px dotted #000; cursor:help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse:collapse; border-spacing:0;}
th {font-weight:bold; vertical-align:bottom;}
td {font-weight:normal; vertical-align:top;}

hr {display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0;}

input, select {vertical-align:middle;}

pre {
white-space:pre; /* CSS2 */
white-space:pre-wrap; /* CSS 2.1 */
white-space:pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap:break-word; /* IE */
}

input[type="radio"] {vertical-align:text-bottom;}
input[type="checkbox"] {vertical-align:bottom; *vertical-align:baseline;}
.ie6 input {vertical-align:text-bottom;}

select, input, textarea {font:99% sans-serif;}

table {font-size:inherit; font:100%;}
 
/* Accessible focus treatment
people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline:none;}

small {font-size:85%;}

strong, th {font-weight:bold;}

td, td img {vertical-align:top;}

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {font-size:75%; line-height:0; position:relative;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family:monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {cursor:pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin:0;}

/* make buttons play nice in IE */
button {width:auto; overflow:visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode:bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter:expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content:"\0020"; display:block; height:0; overflow:hidden; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }


/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack:http://mky.be/fontstack */
body {background: #FFF; text-align:center; *min-width:1200px; *margin:0 auto !important;}
.servico-adicional {background:#FAFAFA url(../_imagens/bg/bg-pattern.jpg) repeat-x left top; text-align:center; position:relative;}
html, body {overflow-x:hidden;}

/* using local fonts? make sure to read up on Paul Irish's
Bulletproof @font-face syntax:http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color:#333;}

a {color:#ff9600;}
a:hover {color:#f56e23;}

/* Custom text-selection colors (remove any text shadows:twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background:#f5743b; color:#fff; text-shadow:none;}
::selection {background:#f5743b; color:#fff; text-shadow:none;}

/* j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color:#ff9600;}

ins {background-color:#fcd700; color:#000; text-decoration:none;}
mark {background-color:#fcd700; color:#000; font-style:italic; font-weight:bold;}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this:www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width:480px) {
}/*/mediaquery*/

@media screen and (max-width:980px) {
	html, body, wrapper {overflow-x:visible !important;}
}/*/mediaquery*/

@media all and (orientation:portrait) {
}/*/mediaquery*/

@media all and (orientation:landscape) {
}/*/mediaquery*/

/* Font Face
-------------------------------------------------------------------------------*/
@font-face {
    font-family:'ProximaNovaLight';
    src:url('../_fonts/OfficinaSerifStd-Book-webfont.eot');
    src:url('../_fonts/OfficinaSerifStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/OfficinaSerifStd-Book-webfont.woff') format('woff'),
         url('../_fonts/OfficinaSerifStd-Book-webfont.ttf') format('truetype'),
         url('../_fonts/OfficinaSerifStd-Book-webfont.svg#ProximaNovaLight') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'ProximaNovaRegular';
    src:url('../_fonts/OfficinaSerifStd-Book-webfont.eot');
    src:url('../_fonts/OfficinaSerifStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/OfficinaSerifStd-Book-webfont.woff') format('woff'),
         url('../_fonts/OfficinaSerifStd-Book-webfont.ttf') format('truetype'),
         url('../_fonts/OfficinaSerifStd-Book-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'ProximaNovaBold';
    src:url('../_fonts/OfficinaSerifStd-Bold-webfont.eot');
    src:url('../_fonts/OfficinaSerifStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/OfficinaSerifStd-Bold-webfont.woff') format('woff'),
         url('../_fonts/OfficinaSerifStd-Bold-webfont.ttf') format('truetype'),
         url('../_fonts/OfficinaSerifStd-Bold-webfont.svg#ProximaNovaBold') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'ProximaNovaSemiBold';
    src:url('../_fonts/OfficinaSerifStd-Bold-webfont.eot');
    src:url('../_fonts/OfficinaSerifStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/OfficinaSerifStd-Bold-webfont.woff') format('woff'),
         url('../_fonts/OfficinaSerifStd-Bold-webfont.ttf') format('truetype'),
         url('../_fonts/OfficinaSerifStd-Bold-webfont.svg#ProximaNovaSemiBold') format('svg');
    font-weight:normal;
    font-style:normal;
}


/* Estrutura
-------------------------------------------------------------------------------*/
.section-wrapper {float:left; width:100%;}
.section-wrapper.home {margin-top:130px;}

.sec-base {width:100%; float:left; position:relative;}
.sec-base h2 {font:36px/40px "ProximaNovaRegular"; color:#F56E23;}
.sec-base h4 {font:20px/24px 'ProximaNovaRegular';}
.sec-bottom {margin-bottom:-5px;}

.wrapper {position:relative; z-index:2; max-width:1200px; min-width:980px; margin:0 auto; font:16px "ProximaNovaRegular"; /*overflow-x:hidden;*/ text-align:center; background:url(../_imagens/bg/bg-shadow-section-1.png) #FFF no-repeat top center;}

.shadow-wrapper {
	-webkit-box-shadow:0px 5px 10px rgba(204, 204, 204, 0.75);
	-moz-box-shadow:   0px 5px 10px rgba(204, 204, 204, 0.75);
	box-shadow:        0px 5px 10px rgba(204, 204, 204, 0.75);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(./_js/PIE/PIE.htc);
}
.shadow-wrapper2{
	-webkit-box-shadow:0px 5px 10px rgba(204, 204, 204, 0.75);
	-moz-box-shadow:   0px 5px 10px rgba(204, 204, 204, 0.75);
	box-shadow:        0px 5px 10px rgba(204, 204, 204, 0.75);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	behavior:url(./_js/PIE/PIE.htc);
}

section {text-align:center;}
section .content {display:inline-block; width:940px; margin:0 auto; text-align:left;}


.separador-section {width:100%; height:1px; background:url(../_imagens/bg/bg-div-section.gif) center no-repeat; position:absolute; bottom:0; left:0; border:0; z-index:10;}
.separador-section-sombra-top {float:left; width:100%; height:29px; background:url(../_imagens/bg/bg-div-section-degrade.png) no-repeat;}
.separador-section-sombra-top2 {position:absolute; left:0; top:0; width:100%; height:21px; background:url(../_imagens/bg/bg-shadow-section-4.png) center no-repeat;}
.separador-section-bg{position:absolute; left:0; top:0; float:left; width:100%; height:44px; background:url(../_imagens/bg/bg-div-section-2.png) no-repeat;}
.separador-section-bg2{position:relative; float:left; width:100%; height:44px; margin-bottom:-44px; background:url(../_imagens/bg/bg-div-section-2.png) no-repeat; z-index:10;}
.separador-section-bg3{position:absolute; left:0; top:0; width:100%; height:44px; background:url(../_imagens/bg/bg-shadow-section-5.png) no-repeat; z-index:10;}

.rodape {position:relative; z-index:3;display:inline-block;  max-width:1200px; min-width:940px; height:104px; margin:0 auto; font:40px/104px "ProximaNovaBold"; color:#FFF; background:#595959; text-align:center;}

.padrao-link {color:#ff9600; text-decoration:none; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; behavior:url(./_js/PIE/PIE.htc);}
.padrao-link:hover {color:#f56e23 !important;}

.padrao-botao{-webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; border:0; background-color:#ff9600 !important; padding:8px 20px; font:12px ProximaNovaBold !important; color:#fff; text-decoration:none; text-transform:uppercase; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; behavior:url(./_js/PIE/PIE.htc);}
.padrao-botao:hover{background-color:#f56e23 !important; text-shadow:2px 2px #eb8a00; color:#FFF;}
.padrao-botao:focus {border:none !important;}

.btn-cont {display:inline-block; margin-top:36px;}

/* Menu Principal
-------------------------------------------------------------------------------*/
.nav-prin {position:absolute; top:0; *margin-left:-600px; z-index:15; width:100%; max-width:1200px; min-width:940px; text-align:center;  background:url("../_imagens/bg/bg-nav-prin.png") #FFF no-repeat center bottom;}
.nav-prin ul {display:inline-block; width:100%; height:38px; padding-top:17px; margin:0 auto; -moz-border-radius:5px 5px 0 0; -webkit-border:5px 5px 0 0; border-radius:5px 5px 0 0; behavior:url(./_js/PIE/PIE.htc);}
.nav-prin ul li {display:inline; margin-left:15px;}
.nav-prin ul li:first-child {margin-left:0;}
.nav-prin ul li a {font:14px "ProximaNovaRegular"; color:#333; text-decoration:none; outline:0;}
.nav-prin ul li a:hover, .nav-prin ul li .ativo {color:#f56e23;}
.nav-prin ul li .ativo {font:14px "ProximaNovaRegular" !important;}

/* Slider
-------------------------------------------------------------------------------*/
#sec-Slider {position:relative; z-index:2; float:left; width:100%; height:910px; margin-bottom:-353px;}
#sec-Slider .base-slider {position:relative; float:left; width:100%; height:910px; overflow:hidden;}
#sec-Slider .base-slider .padrao-seta {display:none; position:absolute; top:320px; z-index:10; width:61px; height:63px; text-indent:-5000em;}
#sec-Slider .base-slider .seta-left {left:0; background:url(../_imagens/bg/sprite-icon.png) no-repeat -123px -674px;}
#sec-Slider .base-slider .seta-right {right:0; background:url(../_imagens/bg/sprite-icon.png) no-repeat -186px -674px;}
#sec-Slider .base-slider .list-slider {float:left; width:100%;}
#sec-Slider .base-slider .list-slider li {background-position: center top;position:absolute; float:left; width:100%; height:910px; text-align:center; left:0px; top:0px;display:none;}
#sec-Slider .base-slider .list-slider li .content {position:relative; z-index:2; display:block !important; height:557px;}
#sec-Slider .base-slider .list-slider li .box-txt {position:absolute; top:195px; left:20px; z-index:40000; width:490px;}
#sec-Slider .base-slider .list-slider li .box-txt h2 {font:42px/46px "ProximaNovaSemiBold"; color:#333;}
#sec-Slider .base-slider .list-slider li .box-txt h4 {margin-top:20px; font:24px/30px "ProximaNovaLight"; color:#333;}
#sec-Slider .base-slider .list-slider li .box-txt a {background:#FF9600; border-radius:25px; color:#FFFFFF; font:12px 'ProximaNovaSemiBold' !important; display:block; float:left; margin-top:23px; padding:8px 20px; text-transform:uppercase; text-decoration:none; transition:all 0.3s ease-out 0s; behavior:url(../_js/PIE/PIE.htc);}
#sec-Slider .base-slider .list-slider li .box-txt a:hover {background:#f56e23; /*text-shadow:2px 2px #eb8a00;*/}
#sec-Slider .base-slider .list-slider.left li .box-txt {width:320px; left:320px;}
#sec-Slider .base-slider .list-slider.left li .box-txt h2 {font:36px/36px 'ProximaNovaSemiBold'; color:#333;}
#sec-Slider .base-slider .list-slider.left li .box-txt h4 {margin-top:15px; font:24px/26px 'ProximaNovaLight';}
#sec-Slider .base-slider .list-slider li .img {position:absolute; bottom:0; left:-110px; z-index:10000;}
#sec-Slider .base-slider .nav-slider {display:none; position:absolute; top:514px; left:0; z-index:5; width:100%; height:30px;}
#sec-Slider .base-slider .nav-slider ul {width:auto !important;max-width:96px;display:inline-block; height:24px; padding:6px 6px 0 6px; text-align:center; background:url(../_imagens/bg/bg-white-trans-80.png) repeat; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; behavior:url(../_js/PIE/PIE.htc);}
#sec-Slider .base-slider .nav-slider.left ul {margin-left:-290px;}
#sec-Slider .base-slider .nav-slider ul li {display:inline;}
#sec-Slider .base-slider .nav-slider ul li a {display:inline-block; width:18px; height:18px; background:url(../_imagens/bg/sprite-icon.png) no-repeat -293px -429px; *margin:0 2px;}
#sec-Slider .base-slider .nav-slider ul li a.load, #sec-Slider .base-slider .nav-slider ul li a.load:hover {background:url(../_imagens/bg/mini-loader.gif) no-repeat center center;}
#sec-Slider .base-slider .nav-slider ul li a:hover, #sec-Slider .base-slider .nav-slider ul li .ativo {background:url(../_imagens/bg/sprite-icon.png) no-repeat -320px -429px;}
#sec-Slider .base-slider .nav-slider ul li a span {display:none;}

/* Observação */
.sec-Obs {padding:40px 0 0;}
.sec-Obs p {font:12px/16px "ProximaNovaRegular";color:#B0C1C3;}
.sec-Obs p a {font-size:12px;}
.sec-Obs .link-2 {font:12px 'ProximaNovaRegular'; display:inline-block; clear:both; padding-right:20px; margin-top:20px; background:url(../_imagens/saiba.png) right 5px no-repeat;}

/* Background
-------------------------------------------------------------------------------*/
.bg-section-1 {background:url(../_imagens/bg/bg-section-1.gif) repeat;}
.bg-section-2 {background:url(../_imagens/bg/bg-section-2.png) repeat-x 0 bottom;}
.bg-section-3 {background:url(../_imagens/bg/bg-section-3.png) repeat-x 0 0;}
.bg-section-5 {background:url(../_imagens/bg/bg-section-5.png) repeat-x 0 0;}
.bg-section-6 {background:url(../_imagens/bg/bg-section-6.jpg) repeat-x 0 bottom;}
.bg-section-7 {background:url(../_imagens/bg/bg-section-7.png) no-repeat 0 bottom;}
.bg-section-9 {background:url(../_imagens/bg/bg-section-9.jpg) repeat 0 0;}
.bg-section-10 {background:url(../_imagens/bg/bg-section-10.jpg) repeat 0 0;}
.bg-section-11 {background:url(../_imagens/bg/bg-section-11.png) no-repeat 0 0;}
.bg-section-12 {background:url(../_imagens/bg/bg-section-12.gif) repeat;}
.bg-section-13 {background:url(../_imagens/bg/bg-section-13.gif) repeat;}
.bg-section-14 {background:url(../_imagens/bg/bg-section-14.gif) repeat-x 0 0;}
.bg-section-15 {background:url(../_imagens/bg/bg-section-15.jpg) no-repeat 0 0;}

/*modais
-------------------------------------------------------------------------------*/
#wrapperModal{ font-family:'ProximaNovaRegular'; text-align:left; }
#wrapperModal p{ color:#a9a9a9;}
#wrapperModal h2{ margin-bottom:10px; color:#000;}
#wrapperModal h3{ color:#000; font-size:16px; margin:10px 0; font-weight:normal;}
.clear{ clear:both;}